home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00480_metdet.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  239 b   |  23 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the ink of sprite the currentSpriteNum to 2
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor -1
  10.   set the ink of sprite the currentSpriteNum to 8
  11.  
  12. end
  13.  
  14. on mouseDown me
  15.   beep
  16.  
  17. end
  18.  
  19. on mouseUp me
  20.   go to "met_det"
  21.  
  22. end
  23.